'Declaration Public Overloads Function Remove( _
ByVal itemThe pair with the specified name and value.As System.Collections.Generic.KeyValuePair(Of String,String) _
) As Boolean
public bool Remove(
System.Collections.Generic.KeyValuePair<string,string> item
)
public: bool Remove(
System.Collections.Generic.KeyValuePair<string,string*>* item
)
public:
bool Remove(
System.Collections.Generic.KeyValuePair<string,string^>^ item
)
Parameters
- item
- The pair with the specified name and value.
Return Value
True if the pair is successfully removed; otherwise, false.